home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / tls / tls584.txt < prev    next >
Text File  |  1995-07-07  |  51KB  |  1,362 lines

  1.    HOST-RESOURCES-MIB DEFINITIONS ::= BEGIN
  2.  
  3.    IMPORTS
  4.        OBJECT-TYPE               FROM RFC-1212
  5.        DisplayString             FROM RFC1213-MIB
  6.        TimeTicks,
  7.        Counter, Gauge            FROM RFC1155-SMI;
  8.  
  9.    host     OBJECT IDENTIFIER ::= { mib-2 25 }
  10.  
  11.  
  12.    hrSystem        OBJECT IDENTIFIER ::= { host 1 }
  13.    hrStorage       OBJECT IDENTIFIER ::= { host 2 }
  14.    hrDevice        OBJECT IDENTIFIER ::= { host 3 }
  15.    hrSWRun         OBJECT IDENTIFIER ::= { host 4 }
  16.    hrSWRunPerf     OBJECT IDENTIFIER ::= { host 5 }
  17.    hrSWInstalled   OBJECT IDENTIFIER ::= { host 6 }
  18.  
  19.  
  20.    -- textual conventions
  21.  
  22.    -- a truth value
  23.    Boolean ::=   INTEGER { true(1), false(2) }
  24.  
  25.  
  26.    -- memory size, expressed in units of 1024bytes
  27.    KBytes ::=    INTEGER (0..2147483647)
  28.  
  29.    -- This textual convention is intended to identify the manufacturer,
  30.    -- model, and version of a specific hardware or software product.
  31.    -- It is suggested that these OBJECT IDENTIFIERs are allocated such
  32.    -- that all products from a particular manufacturer are registered
  33.    -- under a subtree distinct to that manufacturer.  In addition, all
  34.    -- versions of a product should be registered under a subtree
  35.    -- distinct to that product.  With this strategy, a management
  36.    -- station may uniquely determine the manufacturer and/or model of a
  37.    -- product whose productID is unknown to the management station.
  38.    -- Objects of this type may be useful for inventory purposes or for
  39.    -- automatically detecting incompatibilities or version mismatches
  40.    -- between various hardware and software components on a system.
  41.    ProductID ::= OBJECT IDENTIFIER
  42.    -- unknownProduct will be used for any unknown ProductID
  43.    -- unknownProduct OBJECT IDENTIFIER ::= { 0 0 }
  44.  
  45.    -- For example, the product ID for the ACME 4860 66MHz clock doubled
  46.    -- processor might be:
  47.    -- enterprises.acme.acmeProcessors.a4860DX2.MHz66
  48.    -- A software product might be registered as:
  49.    -- enterprises.acme.acmeOperatingSystems.acmeDOS.six(6).one(1)
  50.  
  51.  
  52.    DateAndTime ::= OCTET STRING (SIZE (8 | 11))
  53.    --        A date-time specification for the local time of day.
  54.    --        This data type is intended to provide a consistent
  55.    --        method of reporting date information.
  56.    --
  57.    --            field  octets  contents                  range
  58.    --            _____  ______  ________                  _____
  59.    --              1      1-2   year                      0..65536
  60.    --                           (in network byte order)
  61.    --              2       3    month                     1..12
  62.    --              3       4    day                       1..31
  63.    --              4       5    hour                      0..23
  64.    --              5       6    minutes                   0..59
  65.    --              6       7    seconds                   0..60
  66.    --                           (use 60 for leap-second)
  67.    --              7       8    deci-seconds              0..9
  68.    --              8       9    direction from UTC        "+" / "-"
  69.    --                           (in ascii notation)
  70.    --              9      10    hours from UTC            0..11
  71.    --             10      11    minutes from UTC          0..59
  72.    --
  73.    --            Note that if only local time is known, then
  74.    --            timezone information (fields 8-10) is not present.
  75.  
  76.    InternationalDisplayString ::= OCTET STRING
  77.    --  This data type is used to model textual information in some
  78.    --  character set.  A network management station should use a local
  79.    --  algorithm to determine which character set is in use and how it
  80.    --  should be displayed.  Note that this character set may be encoded
  81.    --  with more than one octet per symbol, but will most often be NVT
  82.    --  ASCII.
  83.  
  84.  
  85.    -- The Host Resources System Group
  86.    --
  87.    -- Implementation of this group is mandatory for all host systems.
  88.    hrSystemUptime OBJECT-TYPE
  89.        SYNTAX TimeTicks
  90.        ACCESS read-only
  91.        STATUS mandatory
  92.        DESCRIPTION
  93.               "The amount of time since this host was last
  94.               initialized.  Note that this is different from
  95.               sysUpTime in MIB-II [3] because sysUpTime is the
  96.               uptime of the network management portion of the
  97.               system."
  98.        ::= { hrSystem 1 }
  99.  
  100.    hrSystemDate OBJECT-TYPE
  101.        SYNTAX DateAndTime
  102.        ACCESS read-write
  103.        STATUS mandatory
  104.        DESCRIPTION
  105.               "The host's notion of the local date and time of
  106.               day."
  107.        ::= { hrSystem 2 }
  108.  
  109.    hrSystemInitialLoadDevice OBJECT-TYPE
  110.        SYNTAX INTEGER (1..2147483647)
  111.        ACCESS read-write
  112.        STATUS mandatory
  113.        DESCRIPTION
  114.               "The index of the hrDeviceEntry for the device from
  115.               which this host is configured to load its initial
  116.               operating system configuration."
  117.        ::= { hrSystem 3 }
  118.  
  119.    hrSystemInitialLoadParameters OBJECT-TYPE
  120.        SYNTAX InternationalDisplayString (SIZE (0..128))
  121.        ACCESS read-write
  122.        STATUS mandatory
  123.        DESCRIPTION
  124.               "This object contains the parameters (e.g. a
  125.               pathname and parameter) supplied to the load device
  126.               when requesting the initial operating system
  127.               configuration from that device."
  128.        ::= { hrSystem 4 }
  129.  
  130.    hrSystemNumUsers OBJECT-TYPE
  131.        SYNTAX Gauge
  132.        ACCESS read-only
  133.        STATUS mandatory
  134.        DESCRIPTION
  135.               "The number of user sessions for which this host is
  136.               storing state information.  A session is a
  137.               collection of processes requiring a single act of
  138.               user authentication and possibly subject to
  139.               collective job control."
  140.        ::= { hrSystem 5 }
  141.  
  142.    hrSystemProcesses OBJECT-TYPE
  143.        SYNTAX Gauge
  144.        ACCESS read-only
  145.        STATUS mandatory
  146.        DESCRIPTION
  147.               "The number of process contexts currently loaded or
  148.               running on this system."
  149.        ::= { hrSystem 6 }
  150.  
  151.    hrSystemMaxProcesses OBJECT-TYPE
  152.        SYNTAX INTEGER (0..2147483647)
  153.        ACCESS read-only
  154.        STATUS mandatory
  155.        DESCRIPTION
  156.               "The maximum number of process contexts this system
  157.               can support.  If there is no fixed maximum, the
  158.               value should be zero.  On systems that have a fixed
  159.               maximum, this object can help diagnose failures
  160.               that occur when this maximum is reached."
  161.        ::= { hrSystem 7 }
  162.  
  163.  
  164.    -- The Host Resources Storage Group
  165.    --
  166.    -- Implementation of this group is mandatory for all host systems.
  167.  
  168.    -- Registration for some storage types, for use with hrStorageType
  169.    hrStorageTypes          OBJECT IDENTIFIER ::= { hrStorage 1 }
  170.    hrStorageOther          OBJECT IDENTIFIER ::= { hrStorageTypes 1 }
  171.    hrStorageRam            OBJECT IDENTIFIER ::= { hrStorageTypes 2 }
  172.    -- hrStorageVirtualMemory is temporary storage of swapped
  173.    -- or paged memory
  174.    hrStorageVirtualMemory  OBJECT IDENTIFIER ::= { hrStorageTypes 3 }
  175.    hrStorageFixedDisk      OBJECT IDENTIFIER ::= { hrStorageTypes 4 }
  176.    hrStorageRemovableDisk  OBJECT IDENTIFIER ::= { hrStorageTypes 5 }
  177.    hrStorageFloppyDisk     OBJECT IDENTIFIER ::= { hrStorageTypes 6 }
  178.    hrStorageCompactDisc    OBJECT IDENTIFIER ::= { hrStorageTypes 7 }
  179.    hrStorageRamDisk        OBJECT IDENTIFIER ::= { hrStorageTypes 8 }
  180.  
  181.    hrMemorySize OBJECT-TYPE
  182.        SYNTAX KBytes
  183.        ACCESS read-only
  184.        STATUS mandatory
  185.        DESCRIPTION
  186.               "The amount of physical main memory contained by
  187.               the host."
  188.        ::= { hrStorage 2 }
  189.  
  190.  
  191.    hrStorageTable OBJECT-TYPE
  192.        SYNTAX SEQUENCE OF HrStorageEntry
  193.        ACCESS not-accessible
  194.        STATUS mandatory
  195.        DESCRIPTION
  196.               "The (conceptual) table of logical storage areas on
  197.               the host.
  198.  
  199.               An entry shall be placed in the storage table for
  200.               each logical area of storage that is allocated and
  201.               has fixed resource limits.  The amount of storage
  202.               represented in an entity is the amount actually
  203.               usable by the requesting entity, and excludes loss
  204.               due to formatting or file system reference
  205.               information.
  206.  
  207.               These entries are associated with logical storage
  208.               areas, as might be seen by an application, rather
  209.               than physical storage entities which are typically
  210.               seen by an operating system.  Storage such as tapes
  211.               and floppies without file systems on them are
  212.               typically not allocated in chunks by the operating
  213.               system to requesting applications, and therefore
  214.               shouldn't appear in this table.  Examples of valid
  215.               storage for this table include disk partitions,
  216.               file systems, ram (for some architectures this is
  217.               further segmented into regular memory, extended
  218.               memory, and so on), backing store for virtual
  219.               memory (`swap space').
  220.  
  221.               This table is intended to be a useful diagnostic
  222.               for `out of memory' and `out of buffers' types of
  223.               failures.  In addition, it can be a useful
  224.               performance monitoring tool for tracking memory,
  225.               disk, or buffer usage."
  226.        ::= { hrStorage 3 }
  227.  
  228.    hrStorageEntry OBJECT-TYPE
  229.        SYNTAX HrStorageEntry
  230.        ACCESS not-accessible
  231.        STATUS mandatory
  232.        DESCRIPTION
  233.               "A (conceptual) entry for one logical storage area
  234.               on the host.  As an example, an instance of the
  235.               hrStorageType object might be named
  236.               hrStorageType.3"
  237.        INDEX { hrStorageIndex }
  238.        ::= { hrStorageTable 1 }
  239.  
  240.    HrStorageEntry ::= SEQUENCE {
  241.            hrStorageIndex               INTEGER,
  242.            hrStorageType                OBJECT IDENTIFIER,
  243.            hrStorageDescr               DisplayString,
  244.            hrStorageAllocationUnits     INTEGER,
  245.            hrStorageSize                INTEGER,
  246.            hrStorageUsed                INTEGER,
  247.            hrStorageAllocationFailures  Counter
  248.        }
  249.  
  250.    hrStorageIndex OBJECT-TYPE
  251.        SYNTAX INTEGER (1..2147483647)
  252.        ACCESS read-only
  253.        STATUS mandatory
  254.        DESCRIPTION
  255.               "A unique value for each logical storage area
  256.               contained by the host."
  257.        ::= { hrStorageEntry 1 }
  258.  
  259.    hrStorageType OBJECT-TYPE
  260.        SYNTAX OBJECT IDENTIFIER
  261.        ACCESS read-only
  262.        STATUS mandatory
  263.        DESCRIPTION
  264.               "The type of storage represented by this entry."
  265.        ::= { hrStorageEntry 2 }
  266.  
  267.    hrStorageDescr OBJECT-TYPE
  268.        SYNTAX DisplayString
  269.        ACCESS read-only
  270.        STATUS mandatory
  271.        DESCRIPTION
  272.               "A description of the type and instance of the
  273.               storage described by this entry."
  274.        ::= { hrStorageEntry 3 }
  275.  
  276.    hrStorageAllocationUnits OBJECT-TYPE
  277.        SYNTAX      INTEGER (1..2147483647)
  278.        ACCESS      read-only
  279.        STATUS      mandatory
  280.        DESCRIPTION
  281.                "The size, in bytes, of the data objects allocated
  282.                from this pool.  If this entry is monitoring
  283.                sectors, blocks, buffers, or packets, for example,
  284.                this number will commonly be greater than one.
  285.                Otherwise this number will typically be one."
  286.        ::= { hrStorageEntry 4 }
  287.  
  288.    hrStorageSize OBJECT-TYPE
  289.        SYNTAX INTEGER (0..2147483647)
  290.        ACCESS read-write
  291.        STATUS mandatory
  292.        DESCRIPTION
  293.               "The size of the storage represented by this entry,
  294.               in units of hrStorageAllocationUnits."
  295.        ::= { hrStorageEntry 5 }
  296.  
  297.    hrStorageUsed OBJECT-TYPE
  298.        SYNTAX INTEGER (0..2147483647)
  299.        ACCESS read-only
  300.        STATUS mandatory
  301.        DESCRIPTION
  302.               "The amount of the storage represented by this
  303.               entry that is allocated, in units of
  304.               hrStorageAllocationUnits."
  305.        ::= { hrStorageEntry 6 }
  306.  
  307.    hrStorageAllocationFailures OBJECT-TYPE
  308.        SYNTAX Counter
  309.        ACCESS read-only
  310.        STATUS mandatory
  311.        DESCRIPTION
  312.               "The number of requests for storage represented by
  313.               this entry that could not be honored due to not
  314.               enough storage.  It should be noted that as this
  315.               object has a SYNTAX of Counter, that it does not
  316.               have a defined initial value.  However, it is
  317.               recommended that this object be initialized to
  318.               zero."
  319.        ::= { hrStorageEntry 7 }
  320.  
  321.  
  322.    -- The Host Resources Device Group
  323.    --
  324.    -- Implementation of this group is mandatory for all host systems.
  325.    --
  326.    -- The device group is useful for identifying and diagnosing the
  327.    -- devices on a system.  The hrDeviceTable contains common
  328.    -- information for any type of device.  In addition, some devices
  329.    -- have device-specific tables for more detailed information.  More
  330.    -- such tables may be defined in the future for other device types.
  331.  
  332.    -- Registration for some device types, for use with hrDeviceType
  333.    hrDeviceTypes             OBJECT IDENTIFIER ::= { hrDevice 1 }
  334.  
  335.    hrDeviceOther             OBJECT IDENTIFIER ::= { hrDeviceTypes 1 }
  336.    hrDeviceUnknown           OBJECT IDENTIFIER ::= { hrDeviceTypes 2 }
  337.    hrDeviceProcessor         OBJECT IDENTIFIER ::= { hrDeviceTypes 3 }
  338.    hrDeviceNetwork           OBJECT IDENTIFIER ::= { hrDeviceTypes 4 }
  339.    hrDevicePrinter           OBJECT IDENTIFIER ::= { hrDeviceTypes 5 }
  340.    hrDeviceDiskStorage       OBJECT IDENTIFIER ::= { hrDeviceTypes 6 }
  341.    hrDeviceVideo             OBJECT IDENTIFIER ::= { hrDeviceTypes 10 }
  342.    hrDeviceAudio             OBJECT IDENTIFIER ::= { hrDeviceTypes 11 }
  343.    hrDeviceCoprocessor       OBJECT IDENTIFIER ::= { hrDeviceTypes 12 }
  344.    hrDeviceKeyboard          OBJECT IDENTIFIER ::= { hrDeviceTypes 13 }
  345.    hrDeviceModem             OBJECT IDENTIFIER ::= { hrDeviceTypes 14 }
  346.    hrDeviceParallelPort      OBJECT IDENTIFIER ::= { hrDeviceTypes 15 }
  347.    hrDevicePointing          OBJECT IDENTIFIER ::= { hrDeviceTypes 16 }
  348.    hrDeviceSerialPort        OBJECT IDENTIFIER ::= { hrDeviceTypes 17 }
  349.    hrDeviceTape              OBJECT IDENTIFIER ::= { hrDeviceTypes 18 }
  350.    hrDeviceClock             OBJECT IDENTIFIER ::= { hrDeviceTypes 19 }
  351.    hrDeviceVolatileMemory    OBJECT IDENTIFIER ::= { hrDeviceTypes 20 }
  352.    hrDeviceNonVolatileMemory OBJECT IDENTIFIER ::= { hrDeviceTypes 21 }
  353.  
  354.  
  355.    hrDeviceTable OBJECT-TYPE
  356.        SYNTAX SEQUENCE OF HrDeviceEntry
  357.        ACCESS not-accessible
  358.        STATUS mandatory
  359.        DESCRIPTION
  360.               "The (conceptual) table of devices contained by the
  361.               host."
  362.        ::= { hrDevice 2 }
  363.  
  364.    hrDeviceEntry OBJECT-TYPE
  365.        SYNTAX HrDeviceEntry
  366.        ACCESS not-accessible
  367.        STATUS mandatory
  368.        DESCRIPTION
  369.               "A (conceptual) entry for one device contained by
  370.               the host.  As an example, an instance of the
  371.               hrDeviceType object might be named hrDeviceType.3"
  372.        INDEX { hrDeviceIndex }
  373.        ::= { hrDeviceTable 1 }
  374.  
  375.    HrDeviceEntry ::= SEQUENCE {
  376.            hrDeviceIndex           INTEGER,
  377.            hrDeviceType            OBJECT IDENTIFIER,
  378.            hrDeviceDescr           DisplayString,
  379.            hrDeviceID              ProductID,
  380.            hrDeviceStatus          INTEGER,
  381.            hrDeviceErrors          Counter
  382.        }
  383.  
  384.    hrDeviceIndex OBJECT-TYPE
  385.        SYNTAX INTEGER (1..2147483647)
  386.        ACCESS read-only
  387.        STATUS mandatory
  388.        DESCRIPTION
  389.               "A unique value for each device contained by the
  390.               host.  The value for each device must remain
  391.               constant at least from one re-initialization of the
  392.               agent to the next re-initialization."
  393.        ::= { hrDeviceEntry 1 }
  394.  
  395.    hrDeviceType OBJECT-TYPE
  396.        SYNTAX OBJECT IDENTIFIER
  397.        ACCESS read-only
  398.        STATUS mandatory
  399.        DESCRIPTION
  400.               "An indication of the type of device.
  401.  
  402.               If this value is `hrDeviceProcessor { hrDeviceTypes
  403.               3 }' then an entry exists in the hrProcessorTable
  404.               which corresponds to this device.
  405.  
  406.               If this value is `hrDeviceNetwork { hrDeviceTypes 4
  407.               }', then an entry exists in the hrNetworkTable
  408.               which corresponds to this device.
  409.  
  410.               If this value is `hrDevicePrinter { hrDeviceTypes 5
  411.               }', then an entry exists in the hrPrinterTable
  412.               which corresponds to this device.
  413.  
  414.               If this value is `hrDeviceDiskStorage {
  415.               hrDeviceTypes 6 }', then an entry exists in the
  416.               hrDiskStorageTable which corresponds to this
  417.               device."
  418.        ::= { hrDeviceEntry 2 }
  419.  
  420.    hrDeviceDescr OBJECT-TYPE
  421.        SYNTAX DisplayString (SIZE (0..64))
  422.        ACCESS read-only
  423.        STATUS mandatory
  424.        DESCRIPTION
  425.               "A textual description of this device, including
  426.               the device's manufacturer and revision, and
  427.               optionally, its serial number."
  428.        ::= { hrDeviceEntry 3 }
  429.  
  430.    hrDeviceID OBJECT-TYPE
  431.        SYNTAX ProductID
  432.        ACCESS read-only
  433.        STATUS mandatory
  434.        DESCRIPTION
  435.               "The product ID for this device."
  436.        ::= { hrDeviceEntry 4 }
  437.  
  438.    hrDeviceStatus OBJECT-TYPE
  439.         SYNTAX  INTEGER {
  440.              unknown(1),
  441.              running(2),
  442.              warning(3),
  443.              testing(4),
  444.              down(5)
  445.         }
  446.         ACCESS  read-only
  447.         STATUS  mandatory
  448.         DESCRIPTION
  449.               "The current operational state of the device
  450.               described by this row of the table.  A value
  451.               unknown(1) indicates that the current state of the
  452.               device is unknown.  running(2) indicates that the
  453.               device is up and running and that no unusual error
  454.               conditions are known.  The warning(3) state
  455.               indicates that agent has been informed of an
  456.               unusual error condition by the operational software
  457.               (e.g., a disk device driver) but that the device is
  458.               still 'operational'.  An example would be high
  459.               number of soft errors on a disk.  A value of
  460.               testing(4), indicates that the device is not
  461.               available for use because it is in the testing
  462.               state.  The state of down(5) is used only when the
  463.               agent has been informed that the device is not
  464.               available for any use."
  465.         ::= { hrDeviceEntry 5 }
  466.  
  467.    hrDeviceErrors OBJECT-TYPE
  468.        SYNTAX Counter
  469.        ACCESS read-only
  470.        STATUS mandatory
  471.        DESCRIPTION
  472.                "The number of errors detected on this device.  It
  473.                should be noted that as this object has a SYNTAX
  474.                of Counter, that it does not have a defined
  475.                initial value.  However, it is recommended that
  476.                this object be initialized to zero."
  477.        ::= { hrDeviceEntry 6 }
  478.  
  479.    hrProcessorTable OBJECT-TYPE
  480.        SYNTAX SEQUENCE OF HrProcessorEntry
  481.        ACCESS not-accessible
  482.        STATUS mandatory
  483.        DESCRIPTION
  484.               "The (conceptual) table of processors contained by
  485.               the host.
  486.  
  487.               Note that this table is potentially sparse: a
  488.               (conceptual) entry exists only if the correspondent
  489.               value of the hrDeviceType object is
  490.               `hrDeviceProcessor'."
  491.        ::= { hrDevice 3 }
  492.  
  493.    hrProcessorEntry OBJECT-TYPE
  494.        SYNTAX HrProcessorEntry
  495.        ACCESS not-accessible
  496.        STATUS mandatory
  497.        DESCRIPTION
  498.               "A (conceptual) entry for one processor contained
  499.               by the host.  The hrDeviceIndex in the index
  500.               represents the entry in the hrDeviceTable that
  501.               corresponds to the hrProcessorEntry.
  502.  
  503.               As an example of how objects in this table are
  504.               named, an instance of the hrProcessorFrwID object
  505.               might be named hrProcessorFrwID.3"
  506.        INDEX { hrDeviceIndex }
  507.        ::= { hrProcessorTable 1 }
  508.  
  509.    HrProcessorEntry ::= SEQUENCE {
  510.            hrProcessorFrwID            ProductID,
  511.            hrProcessorLoad             INTEGER
  512.        }
  513.  
  514.    hrProcessorFrwID OBJECT-TYPE
  515.        SYNTAX ProductID
  516.        ACCESS read-only
  517.        STATUS mandatory
  518.        DESCRIPTION
  519.               "The product ID of the firmware associated with the
  520.               processor."
  521.        ::= { hrProcessorEntry 1 }
  522.  
  523.    hrProcessorLoad OBJECT-TYPE
  524.        SYNTAX INTEGER (0..100)
  525.        ACCESS read-only
  526.        STATUS mandatory
  527.        DESCRIPTION
  528.               "The average, over the last minute, of the
  529.               percentage of time that this processor was not
  530.               idle."
  531.        ::= { hrProcessorEntry 2 }
  532.  
  533.    hrNetworkTable OBJECT-TYPE
  534.        SYNTAX SEQUENCE OF HrNetworkEntry
  535.        ACCESS not-accessible
  536.        STATUS mandatory
  537.        DESCRIPTION
  538.               "The (conceptual) table of network devices
  539.               contained by the host.
  540.  
  541.               Note that this table is potentially sparse: a
  542.               (conceptual) entry exists only if the correspondent
  543.               value of the hrDeviceType object is
  544.               `hrDeviceNetwork'."
  545.        ::= { hrDevice 4 }
  546.  
  547.    hrNetworkEntry OBJECT-TYPE
  548.        SYNTAX HrNetworkEntry
  549.        ACCESS not-accessible
  550.        STATUS mandatory
  551.        DESCRIPTION
  552.               "A (conceptual) entry for one network device
  553.               contained by the host.  The hrDeviceIndex in the
  554.               index represents the entry in the hrDeviceTable
  555.               that corresponds to the hrNetworkEntry.
  556.  
  557.               As an example of how objects in this table are
  558.               named, an instance of the hrNetworkIfIndex object
  559.               might be named hrNetworkIfIndex.3"
  560.        INDEX { hrDeviceIndex }
  561.        ::= { hrNetworkTable 1 }
  562.  
  563.    HrNetworkEntry ::= SEQUENCE {
  564.            hrNetworkIfIndex    INTEGER
  565.        }
  566.  
  567.    hrNetworkIfIndex OBJECT-TYPE
  568.        SYNTAX INTEGER
  569.        ACCESS read-only
  570.        STATUS mandatory
  571.        DESCRIPTION
  572.               "The value of ifIndex which corresponds to this
  573.               network device."
  574.        ::= { hrNetworkEntry 1 }
  575.  
  576.    hrPrinterTable OBJECT-TYPE
  577.        SYNTAX SEQUENCE OF HrPrinterEntry
  578.        ACCESS not-accessible
  579.        STATUS mandatory
  580.        DESCRIPTION
  581.               "The (conceptual) table of printers local to the
  582.               host.
  583.  
  584.               Note that this table is potentially sparse: a
  585.               (conceptual) entry exists only if the correspondent
  586.               value of the hrDeviceType object is
  587.               `hrDevicePrinter'."
  588.        ::= { hrDevice 5 }
  589.  
  590.    hrPrinterEntry OBJECT-TYPE
  591.        SYNTAX HrPrinterEntry
  592.        ACCESS not-accessible
  593.        STATUS mandatory
  594.        DESCRIPTION
  595.               "A (conceptual) entry for one printer local to the
  596.               host.  The hrDeviceIndex in the index represents
  597.               the entry in the hrDeviceTable that corresponds to
  598.               the hrPrinterEntry.
  599.  
  600.               As an example of how objects in this table are
  601.               named, an instance of the hrPrinterStatus object
  602.               might be named hrPrinterStatus.3"
  603.        INDEX { hrDeviceIndex }
  604.        ::= { hrPrinterTable 1 }
  605.  
  606.    HrPrinterEntry ::= SEQUENCE {
  607.            hrPrinterStatus             INTEGER,
  608.            hrPrinterDetectedErrorState OCTET STRING
  609.        }
  610.  
  611.    hrPrinterStatus OBJECT-TYPE
  612.        SYNTAX INTEGER {
  613.            other(1),
  614.            unknown(2),
  615.            idle(3),
  616.            printing(4),
  617.            warmup(5)
  618.        }
  619.        ACCESS read-only
  620.        STATUS mandatory
  621.        DESCRIPTION
  622.                "The current status of this printer device.  When
  623.                in the idle(1), printing(2), or warmup(3) state,
  624.                the corresponding hrDeviceStatus should be
  625.                running(2) or warning(3).  When in the unknown
  626.                state, the corresponding hrDeviceStatus should be
  627.                unknown(1)."
  628.        ::= { hrPrinterEntry 1 }
  629.  
  630.    hrPrinterDetectedErrorState OBJECT-TYPE
  631.        SYNTAX OCTET STRING
  632.        ACCESS read-only
  633.        STATUS mandatory
  634.        DESCRIPTION
  635.                "This object represents any error conditions
  636.                detected by the printer.  The error conditions are
  637.                encoded as bits in an octet string, with the
  638.                following definitions:
  639.  
  640.                     Condition         Bit #    hrDeviceStatus
  641.  
  642.                     lowPaper          0        warning(3)
  643.                     noPaper           1        down(5)
  644.                     lowToner          2        warning(3)
  645.                     noToner           3        down(5)
  646.                     doorOpen          4        down(5)
  647.                     jammed            5        down(5)
  648.                     offline           6        down(5)
  649.                     serviceRequested  7        warning(3)
  650.  
  651.                If multiple conditions are currently detected and
  652.                the hrDeviceStatus would not otherwise be
  653.                unknown(1) or testing(4), the hrDeviceStatus shall
  654.                correspond to the worst state of those indicated,
  655.                where down(5) is worse than warning(3) which is
  656.                worse than running(2).
  657.  
  658.                Bits are numbered starting with the most
  659.                significant bit of the first byte being bit 0, the
  660.                least significant bit of the first byte being bit
  661.                7, the most significant bit of the second byte
  662.                being bit 8, and so on.  A one bit encodes that
  663.                the condition was detected, while a zero bit
  664.                encodes that the condition was not detected.
  665.  
  666.                This object is useful for alerting an operator to
  667.                specific warning or error conditions that may
  668.                occur, especially those requiring human
  669.                intervention."
  670.        ::= { hrPrinterEntry 2 }
  671.  
  672.    hrDiskStorageTable OBJECT-TYPE
  673.        SYNTAX SEQUENCE OF HrDiskStorageEntry
  674.        ACCESS not-accessible
  675.        STATUS mandatory
  676.        DESCRIPTION
  677.               "The (conceptual) table of long-term storage
  678.               devices contained by the host.  In particular, disk
  679.               devices accessed remotely over a network are not
  680.               included here.
  681.  
  682.               Note that this table is potentially sparse: a
  683.               (conceptual) entry exists only if the correspondent
  684.               value of the hrDeviceType object is
  685.               `hrDeviceDiskStorage'."
  686.        ::= { hrDevice 6 }
  687.  
  688.    hrDiskStorageEntry OBJECT-TYPE
  689.        SYNTAX HrDiskStorageEntry
  690.        ACCESS not-accessible
  691.        STATUS mandatory
  692.        DESCRIPTION
  693.               "A (conceptual) entry for one long-term storage
  694.               device contained by the host.  The hrDeviceIndex in
  695.               the index represents the entry in the hrDeviceTable
  696.               that corresponds to the hrDiskStorageEntry. As an
  697.               example, an instance of the hrDiskStorageCapacity
  698.               object might be named hrDiskStorageCapacity.3"
  699.        INDEX { hrDeviceIndex }
  700.        ::= { hrDiskStorageTable 1 }
  701.  
  702.    HrDiskStorageEntry ::= SEQUENCE {
  703.            hrDiskStorageAccess         INTEGER,
  704.            hrDiskStorageMedia          INTEGER,
  705.            hrDiskStorageRemoveble      Boolean,
  706.            hrDiskStorageCapacity       KBytes
  707.        }
  708.  
  709.    hrDiskStorageAccess OBJECT-TYPE
  710.        SYNTAX INTEGER {
  711.                        readWrite(1),
  712.                        readOnly(2)
  713.                }
  714.        ACCESS read-only
  715.        STATUS mandatory
  716.        DESCRIPTION
  717.               "An indication if this long-term storage device is
  718.               readable and writable or only readable.  This
  719.               should reflect the media type, any write-protect
  720.               mechanism, and any device configuration that
  721.               affects the entire device."
  722.        ::= { hrDiskStorageEntry 1 }
  723.  
  724.    hrDiskStorageMedia OBJECT-TYPE
  725.        SYNTAX INTEGER {
  726.                    other(1),
  727.                    unknown(2),
  728.                    hardDisk(3),
  729.                    floppyDisk(4),
  730.                    opticalDiskROM(5),
  731.                    opticalDiskWORM(6),     -- Write Once Read Many
  732.                    opticalDiskRW(7),
  733.                    ramDisk(8)
  734.                }
  735.        ACCESS read-only
  736.        STATUS mandatory
  737.        DESCRIPTION
  738.               "An indication of the type of media used in this
  739.               long-term storage device."
  740.        ::= { hrDiskStorageEntry 2 }
  741.  
  742.    hrDiskStorageRemoveble OBJECT-TYPE
  743.        SYNTAX Boolean
  744.        ACCESS read-only
  745.        STATUS mandatory
  746.        DESCRIPTION
  747.                "Denotes whether or not the disk media may be
  748.                removed from the drive."
  749.        ::= { hrDiskStorageEntry 3 }
  750.  
  751.    hrDiskStorageCapacity OBJECT-TYPE
  752.        SYNTAX KBytes
  753.        ACCESS read-only
  754.        STATUS mandatory
  755.        DESCRIPTION
  756.               "The total size for this long-term storage device."
  757.        ::= { hrDiskStorageEntry 4 }
  758.  
  759.    hrPartitionTable OBJECT-TYPE
  760.        SYNTAX SEQUENCE OF HrPartitionEntry
  761.        ACCESS not-accessible
  762.        STATUS mandatory
  763.        DESCRIPTION
  764.               "The (conceptual) table of partitions for long-term
  765.               storage devices contained by the host.  In
  766.               particular, partitions accessed remotely over a
  767.               network are not included here."
  768.        ::= { hrDevice 7 }
  769.  
  770.    hrPartitionEntry OBJECT-TYPE
  771.        SYNTAX HrPartitionEntry
  772.        ACCESS not-accessible
  773.        STATUS mandatory
  774.        DESCRIPTION
  775.               "A (conceptual) entry for one partition.  The
  776.               hrDeviceIndex in the index represents the entry in
  777.               the hrDeviceTable that corresponds to the
  778.               hrPartitionEntry.
  779.  
  780.               As an example of how objects in this table are
  781.               named, an instance of the hrPartitionSize object
  782.               might be named hrPartitionSize.3.1"
  783.        INDEX { hrDeviceIndex, hrPartitionIndex }
  784.        ::= { hrPartitionTable 1 }
  785.  
  786.    HrPartitionEntry ::= SEQUENCE {
  787.            hrPartitionIndex                INTEGER,
  788.            hrPartitionLabel                InternationalDisplayString,
  789.            hrPartitionID                   OCTET STRING,
  790.            hrPartitionSize                 KBytes,
  791.            hrPartitionFSIndex              INTEGER
  792.        }
  793.  
  794.    hrPartitionIndex OBJECT-TYPE
  795.        SYNTAX INTEGER (1..2147483647)
  796.        ACCESS read-only
  797.        STATUS mandatory
  798.        DESCRIPTION
  799.               "A unique value for each partition on this long-
  800.               term storage device.  The value for each long-term
  801.               storage device must remain constant at least from
  802.               one re-initialization of the agent to the next re-
  803.               initialization."
  804.        ::= { hrPartitionEntry 1 }
  805.  
  806.    hrPartitionLabel OBJECT-TYPE
  807.        SYNTAX InternationalDisplayString (SIZE (0..128))
  808.        ACCESS read-only
  809.        STATUS mandatory
  810.        DESCRIPTION
  811.               "A textual description of this partition."
  812.        ::= { hrPartitionEntry 2 }
  813.  
  814.    hrPartitionID OBJECT-TYPE
  815.        SYNTAX OCTET STRING
  816.        ACCESS read-only
  817.        STATUS mandatory
  818.        DESCRIPTION
  819.               "A descriptor which uniquely represents this
  820.               partition to the responsible operating system.  On
  821.               some systems, this might take on a binary
  822.               representation."
  823.        ::= { hrPartitionEntry 3 }
  824.  
  825.    hrPartitionSize OBJECT-TYPE
  826.        SYNTAX KBytes
  827.        ACCESS read-only
  828.        STATUS mandatory
  829.        DESCRIPTION
  830.                "The size of this partition."
  831.        ::= { hrPartitionEntry 4 }
  832.  
  833.    hrPartitionFSIndex OBJECT-TYPE
  834.        SYNTAX INTEGER (0..2147483647)
  835.        ACCESS read-only
  836.        STATUS mandatory
  837.        DESCRIPTION
  838.                "The index of the file system mounted on this
  839.                partition.  If no file system is mounted on this
  840.                partition, then this value shall be zero.  Note
  841.                that multiple partitions may point to one file
  842.                system, denoting that that file system resides on
  843.                those partitions.  Multiple file systems may not
  844.                reside on one partition."
  845.        ::= { hrPartitionEntry 5 }
  846.  
  847.  
  848.    -- The File System Table
  849.    hrFSTable OBJECT-TYPE
  850.        SYNTAX SEQUENCE OF HrFSEntry
  851.        ACCESS not-accessible
  852.        STATUS mandatory
  853.        DESCRIPTION
  854.                "The (conceptual) table of file systems local to
  855.                this host or remotely mounted from a file server.
  856.                File systems that are in only one user's
  857.                environment on a multi-user system will not be
  858.                included in this table."
  859.        ::= { hrDevice 8 }
  860.  
  861.    hrFSEntry OBJECT-TYPE
  862.        SYNTAX HrFSEntry
  863.        ACCESS not-accessible
  864.        STATUS mandatory
  865.        DESCRIPTION
  866.                "A (conceptual) entry for one file system local to
  867.                this host or remotely mounted from a file server.
  868.                File systems that are in only one user's
  869.                environment on a multi-user system will not be
  870.                included in this table.
  871.  
  872.                As an example of how objects in this table are
  873.                named, an instance of the hrFSMountPoint object
  874.                might be named hrFSMountPoint.3"
  875.        INDEX { hrFSIndex }
  876.        ::= { hrFSTable 1 }
  877.  
  878.    -- Registration for some popular File System types,
  879.    -- for use with hrFSType.
  880.  
  881.    hrFSTypes               OBJECT IDENTIFIER ::= { hrDevice 9 }
  882.  
  883.    hrFSOther               OBJECT IDENTIFIER ::= { hrFSTypes 1 }
  884.    hrFSUnknown             OBJECT IDENTIFIER ::= { hrFSTypes 2 }
  885.    hrFSBerkeleyFFS         OBJECT IDENTIFIER ::= { hrFSTypes 3 }
  886.    hrFSSys5FS              OBJECT IDENTIFIER ::= { hrFSTypes 4 }
  887.    -- DOS
  888.    hrFSFat                 OBJECT IDENTIFIER ::= { hrFSTypes 5 }
  889.    -- OS/2 High Performance File System
  890.    hrFSHPFS                OBJECT IDENTIFIER ::= { hrFSTypes 6 }
  891.    --  Macintosh Hierarchical File System
  892.    hrFSHFS                 OBJECT IDENTIFIER ::= { hrFSTypes 7 }
  893.  
  894.  
  895.    -- Macintosh File System
  896.    hrFSMFS                 OBJECT IDENTIFIER ::= { hrFSTypes 8 }
  897.    -- Windows NT
  898.    hrFSNTFS                OBJECT IDENTIFIER ::= { hrFSTypes 9 }
  899.    hrFSVNode               OBJECT IDENTIFIER ::= { hrFSTypes 10 }
  900.    hrFSJournaled           OBJECT IDENTIFIER ::= { hrFSTypes 11 }
  901.    -- CD File systems
  902.    hrFSiso9660             OBJECT IDENTIFIER ::= { hrFSTypes 12 }
  903.    hrFSRockRidge           OBJECT IDENTIFIER ::= { hrFSTypes 13 }
  904.  
  905.    hrFSNFS                 OBJECT IDENTIFIER ::= { hrFSTypes 14 }
  906.    hrFSNetware             OBJECT IDENTIFIER ::= { hrFSTypes 15 }
  907.    -- Andrew File System
  908.    hrFSAFS                 OBJECT IDENTIFIER ::= { hrFSTypes 16 }
  909.    -- OSF DCE Distributed File System
  910.    hrFSDFS                 OBJECT IDENTIFIER ::= { hrFSTypes 17 }
  911.    hrFSAppleshare          OBJECT IDENTIFIER ::= { hrFSTypes 18 }
  912.    hrFSRFS                 OBJECT IDENTIFIER ::= { hrFSTypes 19 }
  913.    -- Data General
  914.    hrFSDGCFS               OBJECT IDENTIFIER ::= { hrFSTypes 20 }
  915.    -- SVR4 Boot File System
  916.    hrFSBFS                 OBJECT IDENTIFIER ::= { hrFSTypes 21 }
  917.  
  918.  
  919.  
  920.    HrFSEntry ::= SEQUENCE {
  921.            hrFSIndex                   INTEGER,
  922.            hrFSMountPoint              InternationalDisplayString,
  923.            hrFSRemoteMountPoint        InternationalDisplayString,
  924.            hrFSType                    OBJECT IDENTIFIER,
  925.            hrFSAccess                  INTEGER,
  926.            hrFSBootable                Boolean,
  927.            hrFSStorageIndex            INTEGER,
  928.            hrFSLastFullBackupDate      DateAndTime,
  929.            hrFSLastPartialBackupDate   DateAndTime
  930.        }
  931.  
  932.    hrFSIndex OBJECT-TYPE
  933.        SYNTAX INTEGER (1..2147483647)
  934.        ACCESS read-only
  935.        STATUS mandatory
  936.        DESCRIPTION
  937.                "A unique value for each file system local to this
  938.                host.  The value for each file system must remain
  939.                constant at least from one re-initialization of
  940.                the agent to the next re-initialization."
  941.        ::= { hrFSEntry 1 }
  942.  
  943.    hrFSMountPoint OBJECT-TYPE
  944.        SYNTAX InternationalDisplayString (SIZE(0..128))
  945.        ACCESS read-only
  946.        STATUS mandatory
  947.        DESCRIPTION
  948.                "The path name of the root of this file system."
  949.        ::= { hrFSEntry 2 }
  950.  
  951.    hrFSRemoteMountPoint OBJECT-TYPE
  952.        SYNTAX InternationalDisplayString (SIZE(0..128))
  953.        ACCESS read-only
  954.        STATUS mandatory
  955.        DESCRIPTION
  956.                "A description of the name and/or address of the
  957.                server that this file system is mounted from.
  958.                This may also include parameters such as the mount
  959.                point on the remote file system.  If this is not a
  960.                remote file system, this string should have a
  961.                length of zero."
  962.        ::= { hrFSEntry 3 }
  963.  
  964.    hrFSType OBJECT-TYPE
  965.        SYNTAX OBJECT IDENTIFIER
  966.        ACCESS read-only
  967.        STATUS mandatory
  968.        DESCRIPTION
  969.               "The value of this object identifies the type of
  970.               this file system."
  971.        ::= { hrFSEntry 4 }
  972.  
  973.    hrFSAccess OBJECT-TYPE
  974.        SYNTAX INTEGER {
  975.                readWrite(1),
  976.                readOnly(2)
  977.            }
  978.        ACCESS read-only
  979.        STATUS mandatory
  980.        DESCRIPTION
  981.               "An indication if this file system is logically
  982.               configured by the operating system to be readable
  983.               and writable or only readable.  This does not
  984.               represent any local access-control policy, except
  985.               one that is applied to the file system as a whole."
  986.        ::= { hrFSEntry 5 }
  987.  
  988.    hrFSBootable OBJECT-TYPE
  989.        SYNTAX Boolean
  990.        ACCESS read-only
  991.        STATUS mandatory
  992.        DESCRIPTION
  993.               "A flag indicating whether this file system is
  994.               bootable."
  995.        ::= { hrFSEntry 6 }
  996.  
  997.    hrFSStorageIndex OBJECT-TYPE
  998.        SYNTAX INTEGER (0..2147483647)
  999.        ACCESS read-only
  1000.        STATUS mandatory
  1001.        DESCRIPTION
  1002.                "The index of the hrStorageEntry that represents
  1003.                information about this file system.  If there is
  1004.                no such information available, then this value
  1005.                shall be zero.  The relevant storage entry will be
  1006.                useful in tracking the percent usage of this file
  1007.                system and diagnosing errors that may occur when
  1008.                it runs out of space."
  1009.        ::= { hrFSEntry 7 }
  1010.  
  1011.    hrFSLastFullBackupDate OBJECT-TYPE
  1012.        SYNTAX DateAndTime
  1013.        ACCESS read-write
  1014.        STATUS mandatory
  1015.        DESCRIPTION
  1016.               "The last date at which this complete file system
  1017.               was copied to another storage device for backup.
  1018.               This information is useful for ensuring that
  1019.               backups are being performed regularly.
  1020.  
  1021.               If this information is not known, then this
  1022.               variable shall have the value corresponding to
  1023.               January 1, year 0000, 00:00:00.0, which is encoded
  1024.               as (hex)'00 00 01 01 00 00 00 00'."
  1025.        ::= { hrFSEntry 8 }
  1026.  
  1027.    hrFSLastPartialBackupDate OBJECT-TYPE
  1028.        SYNTAX DateAndTime
  1029.        ACCESS read-write
  1030.        STATUS mandatory
  1031.        DESCRIPTION
  1032.               "The last date at which a portion of this file
  1033.               system was copied to another storage device for
  1034.               backup.  This information is useful for ensuring
  1035.               that backups are being performed regularly.
  1036.  
  1037.               If this information is not known, then this
  1038.               variable shall have the value corresponding to
  1039.               January 1, year 0000, 00:00:00.0, which is encoded
  1040.               as (hex)'00 00 01 01 00 00 00 00'."
  1041.        ::= { hrFSEntry 9 }
  1042.  
  1043.    -- The Host Resources Running Software Group
  1044.    --
  1045.    -- Implementation of this group is optional.
  1046.    --
  1047.    -- The hrSWRunTable contains an entry for each distinct piece of
  1048.    -- software that is running or loaded into physical or virtual
  1049.    -- memory in preparation for running.  This includes the host's
  1050.    -- operating system, device drivers, and applications.
  1051.  
  1052.    hrSWOSIndex OBJECT-TYPE
  1053.        SYNTAX INTEGER (1..2147483647)
  1054.        ACCESS read-only
  1055.        STATUS mandatory
  1056.        DESCRIPTION
  1057.                "The value of the hrSWRunIndex for the
  1058.                hrSWRunEntry that represents the primary operating
  1059.                system running on this host.  This object is
  1060.                useful for quickly and uniquely identifying that
  1061.                primary operating system."
  1062.        ::= { hrSWRun 1 }
  1063.  
  1064.    hrSWRunTable OBJECT-TYPE
  1065.        SYNTAX SEQUENCE OF HrSWRunEntry
  1066.        ACCESS not-accessible
  1067.        STATUS mandatory
  1068.        DESCRIPTION
  1069.               "The (conceptual) table of software running on the
  1070.               host."
  1071.        ::= { hrSWRun 2 }
  1072.  
  1073.    hrSWRunEntry OBJECT-TYPE
  1074.        SYNTAX HrSWRunEntry
  1075.        ACCESS not-accessible
  1076.        STATUS mandatory
  1077.        DESCRIPTION
  1078.               "A (conceptual) entry for one piece of software
  1079.               running on the host Note that because the installed
  1080.               software table only contains information for
  1081.               software stored locally on this host, not every
  1082.               piece of running software will be found in the
  1083.               installed software table.  This is true of software
  1084.               that was loaded and run from a non-local source,
  1085.               such as a network-mounted file system.
  1086.  
  1087.               As an example of how objects in this table are
  1088.               named, an instance of the hrSWRunName object might
  1089.               be named hrSWRunName.1287"
  1090.        INDEX { hrSWRunIndex }
  1091.        ::= { hrSWRunTable 1 }
  1092.  
  1093.    HrSWRunEntry ::= SEQUENCE {
  1094.            hrSWRunIndex       INTEGER,
  1095.            hrSWRunName        InternationalDisplayString,
  1096.            hrSWRunID          ProductID,
  1097.            hrSWRunPath        InternationalDisplayString,
  1098.            hrSWRunParameters  InternationalDisplayString,
  1099.            hrSWRunType        INTEGER,
  1100.            hrSWRunStatus      INTEGER
  1101.        }
  1102.  
  1103.    hrSWRunIndex OBJECT-TYPE
  1104.        SYNTAX INTEGER (1..2147483647)
  1105.        ACCESS read-only
  1106.        STATUS mandatory
  1107.        DESCRIPTION
  1108.               "A unique value for each piece of software running
  1109.               on the host.  Wherever possible, this should be the
  1110.               system's native, unique identification number."
  1111.        ::= { hrSWRunEntry 1 }
  1112.  
  1113.    hrSWRunName OBJECT-TYPE
  1114.        SYNTAX InternationalDisplayString (SIZE (0..64))
  1115.        ACCESS read-only
  1116.        STATUS mandatory
  1117.        DESCRIPTION
  1118.               "A textual description of this running piece of
  1119.               software, including the manufacturer, revision,
  1120.               and the name by which it is commonly known.  If
  1121.               this software was installed locally, this should be
  1122.               the same string as used in the corresponding
  1123.               hrSWInstalledName."
  1124.        ::= { hrSWRunEntry 2 }
  1125.  
  1126.    hrSWRunID OBJECT-TYPE
  1127.        SYNTAX ProductID
  1128.        ACCESS read-only
  1129.        STATUS mandatory
  1130.        DESCRIPTION
  1131.               "The product ID of this running piece of software."
  1132.        ::= { hrSWRunEntry 3 }
  1133.  
  1134.    hrSWRunPath OBJECT-TYPE
  1135.        SYNTAX InternationalDisplayString (SIZE(0..128))
  1136.        ACCESS read-only
  1137.        STATUS mandatory
  1138.        DESCRIPTION
  1139.               "A description of the location on long-term storage
  1140.               (e.g. a disk drive) from which this software was
  1141.               loaded."
  1142.        ::= { hrSWRunEntry 4 }
  1143.  
  1144.    hrSWRunParameters OBJECT-TYPE
  1145.        SYNTAX InternationalDisplayString (SIZE(0..128))
  1146.        ACCESS read-only
  1147.        STATUS mandatory
  1148.        DESCRIPTION
  1149.               "A description of the parameters supplied to this
  1150.               software when it was initially loaded."
  1151.        ::= { hrSWRunEntry 5 }
  1152.  
  1153.    hrSWRunType OBJECT-TYPE
  1154.        SYNTAX INTEGER {
  1155.                    unknown(1),
  1156.                    operatingSystem(2),
  1157.                    deviceDriver(3),
  1158.                    application(4)
  1159.               }
  1160.        ACCESS read-only
  1161.        STATUS mandatory
  1162.        DESCRIPTION
  1163.                "The type of this software."
  1164.        ::= { hrSWRunEntry 6 }
  1165.  
  1166.    hrSWRunStatus OBJECT-TYPE
  1167.        SYNTAX INTEGER {
  1168.                running(1),
  1169.                runnable(2),    -- waiting for resource (CPU, memory, IO)
  1170.                notRunnable(3), -- loaded but waiting for event
  1171.                invalid(4)      -- not loaded
  1172.            }
  1173.        ACCESS read-write
  1174.        STATUS mandatory
  1175.        DESCRIPTION
  1176.               "The status of this running piece of software.
  1177.               Setting this value to invalid(4) shall cause this
  1178.               software to stop running and to be unloaded."
  1179.        ::= { hrSWRunEntry 7 }
  1180.  
  1181.  
  1182.    -- The Host Resources Running Software Performance Group
  1183.    -- Implementation of this group is optional.
  1184.    --
  1185.    -- The hrSWRunPerfTable contains an entry corresponding to
  1186.    -- each entry in the hrSWRunTable.
  1187.    hrSWRunPerfTable OBJECT-TYPE
  1188.        SYNTAX SEQUENCE OF HrSWRunPerfEntry
  1189.        ACCESS not-accessible
  1190.        STATUS mandatory
  1191.        DESCRIPTION
  1192.                "The (conceptual) table of running software
  1193.                performance metrics."
  1194.        ::= { hrSWRunPerf 1 }
  1195.  
  1196.    hrSWRunPerfEntry OBJECT-TYPE
  1197.        SYNTAX HrSWRunPerfEntry
  1198.        ACCESS not-accessible
  1199.        STATUS mandatory
  1200.        DESCRIPTION
  1201.                "A (conceptual) entry containing software
  1202.                performance metrics.  As an example, an instance
  1203.                of the hrSWRunPerfCPU object might be named
  1204.                hrSWRunPerfCPU.1287"
  1205.        INDEX  { hrSWRunIndex }  -- This table augments information in
  1206.                                 -- the hrSWRunTable.
  1207.        ::= { hrSWRunPerfTable 1 }
  1208.  
  1209.    HrSWRunPerfEntry ::= SEQUENCE {
  1210.            hrSWRunPerfCPU          INTEGER,
  1211.            hrSWRunPerfMem          KBytes
  1212.    }
  1213.  
  1214.    hrSWRunPerfCPU OBJECT-TYPE
  1215.        SYNTAX INTEGER
  1216.        ACCESS read-only
  1217.        STATUS mandatory
  1218.        DESCRIPTION
  1219.                "The number of centi-seconds of the total system's
  1220.                CPU resources consumed by this process.  Note that
  1221.                on a multi-processor system, this value may
  1222.                increment by more than one centi-second in one
  1223.                centi-second of real (wall clock) time."
  1224.        ::= { hrSWRunPerfEntry 1 }
  1225.  
  1226.    hrSWRunPerfMem OBJECT-TYPE
  1227.        SYNTAX KBytes
  1228.        ACCESS read-only
  1229.        STATUS mandatory
  1230.        DESCRIPTION
  1231.                "The total amount of real system memory allocated
  1232.                to this process."
  1233.        ::= { hrSWRunPerfEntry 2 }
  1234.  
  1235.    -- The Host Resources Installed Software Group
  1236.    --
  1237.    -- Implementation of this group is optional.
  1238.    --
  1239.    -- The hrSWInstalledTable contains an entry for each piece
  1240.    -- of software installed in long-term storage (e.g. a disk
  1241.    -- drive) locally on this host.  Note that this does not
  1242.    -- include software loadable remotely from a network
  1243.    -- server.
  1244.    --
  1245.    -- This table is useful for identifying and inventorying
  1246.    -- software on a host and for diagnosing incompatibility
  1247.    -- and version mismatch problems between various pieces
  1248.    -- of hardware and software.
  1249.  
  1250.    hrSWInstalledLastChange OBJECT-TYPE
  1251.        SYNTAX TimeTicks
  1252.        ACCESS read-only
  1253.        STATUS mandatory
  1254.        DESCRIPTION
  1255.               "The value of sysUpTime when an entry in the
  1256.               hrSWInstalledTable was last added, renamed, or
  1257.               deleted.  Because this table is likely to contain
  1258.               many entries, polling of this object allows a
  1259.               management station to determine when re-downloading
  1260.               of the table might be useful."
  1261.        ::= { hrSWInstalled 1 }
  1262.  
  1263.    hrSWInstalledLastUpdateTime OBJECT-TYPE
  1264.        SYNTAX TimeTicks
  1265.        ACCESS read-only
  1266.        STATUS mandatory
  1267.        DESCRIPTION
  1268.               "The value of sysUpTime when the hrSWInstalledTable
  1269.               was last completely updated.  Because caching of
  1270.               this data will be a popular implementation
  1271.               strategy, retrieval of this object allows a
  1272.               management station to obtain a guarantee that no
  1273.               data in this table is older than the indicated
  1274.               time."
  1275.        ::= { hrSWInstalled 2 }
  1276.  
  1277.    hrSWInstalledTable OBJECT-TYPE
  1278.        SYNTAX SEQUENCE OF HrSWInstalledEntry
  1279.        ACCESS not-accessible
  1280.        STATUS mandatory
  1281.        DESCRIPTION
  1282.               "The (conceptual) table of software installed on
  1283.               this host."
  1284.        ::= { hrSWInstalled 3 }
  1285.  
  1286.    hrSWInstalledEntry OBJECT-TYPE
  1287.        SYNTAX HrSWInstalledEntry
  1288.        ACCESS not-accessible
  1289.        STATUS mandatory
  1290.        DESCRIPTION
  1291.               "A (conceptual) entry for a piece of software
  1292.               installed on this host.
  1293.  
  1294.               As an example of how objects in this table are
  1295.               named, an instance of the hrSWInstalledName object
  1296.               might be named hrSWInstalledName.96"
  1297.        INDEX { hrSWInstalledIndex }
  1298.        ::= { hrSWInstalledTable 1 }
  1299.  
  1300.    HrSWInstalledEntry ::= SEQUENCE {
  1301.            hrSWInstalledIndex       INTEGER,
  1302.            hrSWInstalledName        InternationalDisplayString,
  1303.            hrSWInstalledID          ProductID,
  1304.            hrSWInstalledType        INTEGER,
  1305.            hrSWInstalledDate        DateAndTime
  1306.    }
  1307.  
  1308.    hrSWInstalledIndex OBJECT-TYPE
  1309.        SYNTAX INTEGER (1..2147483647)
  1310.        ACCESS read-only
  1311.        STATUS mandatory
  1312.        DESCRIPTION
  1313.               "A unique value for each piece of software
  1314.               installed on the host.  This value shall be in the
  1315.               range from 1 to the number of pieces of software
  1316.               installed on the host."
  1317.        ::= { hrSWInstalledEntry 1 }
  1318.  
  1319.    hrSWInstalledName OBJECT-TYPE
  1320.        SYNTAX InternationalDisplayString (SIZE (0..64))
  1321.        ACCESS read-only
  1322.        STATUS mandatory
  1323.        DESCRIPTION
  1324.               "A textual description of this installed piece of
  1325.               software, including the manufacturer, revision, the
  1326.               name by which it is commonly known, and optionally,
  1327.               its serial number."
  1328.        ::= { hrSWInstalledEntry 2 }
  1329.  
  1330.    hrSWInstalledID OBJECT-TYPE
  1331.        SYNTAX ProductID
  1332.        ACCESS read-only
  1333.        STATUS mandatory
  1334.        DESCRIPTION
  1335.               "The product ID of this installed piece of
  1336.               software."
  1337.        ::= { hrSWInstalledEntry 3 }
  1338.  
  1339.    hrSWInstalledType OBJECT-TYPE
  1340.        SYNTAX INTEGER {
  1341.                    unknown(1),
  1342.                    operatingSystem(2),
  1343.                    deviceDriver(3),
  1344.                    application(4)
  1345.               }
  1346.        ACCESS read-only
  1347.        STATUS mandatory
  1348.        DESCRIPTION
  1349.                "The type of this software."
  1350.        ::= { hrSWInstalledEntry 4 }
  1351.  
  1352.    hrSWInstalledDate OBJECT-TYPE
  1353.        SYNTAX DateAndTime
  1354.        ACCESS read-only
  1355.        STATUS mandatory
  1356.        DESCRIPTION
  1357.               "The last-modification date of this application as
  1358.               it would appear in a directory listing."
  1359.        ::= { hrSWInstalledEntry 5 }
  1360.  
  1361.    END
  1362.